home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
dev
/
cross
/
GBDK-2.0.lha
/
GBDK
/
examples
/
dscan
/
smakefile
< prev
Wrap
Makefile
|
1999-02-07
|
257b
|
13 lines
all: dscan.gb
clean:
Delete #?.o #?.lst #?.map
dscan.o: dscan.c bkg_c.c bkg_m.c bkg.c bkg.h fore.c fore.h
lcc -c dscan.c
# Link file, and write 0x80 at position 0x143 in header
dscan.gb: dscan.o
lcc -Wa-l -Wl-m -Wl-yp0x143=0x80 -o dscan.gb dscan.o